<!--

//Declare variables used

var str_user_terms="", str_param="", int_qindex="", str_value_pair="", var_form="";

var str_para="", str_title="", str_unix_version="", str_cd_terms="", str_question="";

var str_time_zone="", str_info="", str_webmeet="", str_webinar="";

var str_destination="", str_prodchars="", str_product="", str_reqaction="";

var str_campaignid="";



/*The following three lines use the getSearchElements() function to extract the name+value

pairs from location.search, then pick the one associated with the form type and assigns

it to the variable var_form



These are used to identify the form to be used eg: form=cumbrq

means COSuser (cu) Management Briefing Paper request (mbrq)

*/



var foundParams = new Array();

foundParams = getSearchElements(location.search);

var_form = foundParams["form"];



// test for existence of a campaignid string and, if exists set str_campaignid appropriately

    if (foundParams["campaignid"] != undefined)

    {

        str_campaignid = foundParams["campaignid"];

    }

    else

    {

        str_campaignid = "";

    }



str_campaignid = '<input type="hidden" name="campaignId" value="' + str_campaignid + '">';





/* Old code from J Wray, not very robust

//Get paramater pair from URL

str_param = location.search;

//find position of "?" 

int_qindex = str_param.indexOf("?");

//slice off everything past ?

str_value_pair = str_param.slice(int_qindex+1);

//separate the name/value

str_value_pair = str_value_pair.split("=");

//load value into variable

var_form = str_value_pair[1];

//End Get Parameter

*/





//get product name abbreviation and form the html to write it

str_prodchars = var_form.substring(0,2);

str_product = '<input type="hidden" name="product" value="' + str_prodchars + '">';







/*The following switch statement creates varible strings for use in the page,

dependant on the "var_form" variable (the "form" parameter in the URL)

**********************************************************************/



switch (var_form){



	case "cumbrq" : //COSuser (Briefing Paper)

	

		//variable for title

			str_title = '<title>Request COSuser Management Briefing Paper</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request&nbsp;' +

					   'the COS<i>user</i> management&nbsp;' +

					   'briefing paper</b></p>' +

					   '<p align="left">This briefing paper&nbsp;' +

					   'highlights the typical business problems that are caused by poor user&nbsp;' +

					   'management processes and suggests some corrective actions and best&nbsp;' +

					   'practice procedures. In order to download it, please provide us with&nbsp;' +

					   'your details.</p>';

					   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cumbrq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser management briefing paper">';



		break;



	case "cumirq" : //COSuser and MIIS integration (white) paper



		//variable for title

			str_title = '<title>Request COSuser white paper on integration with MIIS®</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align ="left" style="font-family: Arial; font-size: 16pt; color: #0000ff">' +

					'<b>Request the COS<i>user</i> white paper on integration with MIIS<sup>®</sup></b></p>' +

					'<p align ="left">This White&nbsp;' +

					'Paper describes a means for implementing end-to-end identity&nbsp;' +

					'management via the seamless integration of two best-of-breed components&nbsp;' +

					'in the area of user provisioning and metadirectory services. They are&nbsp;' +

					'Open System Management\'s (OSM\'s) user provisioning software, COS<i>user</i>,&nbsp;' +

					'and Microsoft Corporation\'s MIIS identity management software.&nbsp;' +

					'End-to-end Identity Management can then be achieved by additionally using a web&nbsp;' +

					'access management package that is linked to either product.</p>' +

					'<p align ="left">' +

					'This paper will be of particular interest to the following organizations:&nbsp;' +

					'those using either COS<i>user</i> or MIIS; those considering the licensing of either&nbsp;' +

					'COS<i>user</i> or MIIS; systems integrators, industry analysts and consultancies&nbsp;' +

					'either implementing or consulting on identity management.</p>';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cumirq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser MIIS integration paper">';



		break;



	case "curprq" : //COSuser RoI (white) paper



		//variable for title

			str_title = '<title>Request COSuser white paper on RoI potential</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request&nbsp;' +

					   'the COS<i>user</i> RoI white paper</b></p>' +

 					   '<p align="left">This ' +

                       'White Paper discusses the financial benefits obtainable from deploying ' +

                       'user provisioning software, an essential element of Identity Management. ' +

                       'It explains how the attractive Return on Investment (RoI) makes it an ' +

                       'obvious area in which to invest. It provides a spreadsheet template for ' +

                       'calculating the RoI for your own organization. In order to download it, ' +

                       'please provide us with your details.</p>';



                //variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/curprq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser RoI white paper">';



		break;



	case "cusprq" : //COSuser security (white) paper (for security managers and auditors)



		//variable for title

			str_title = '<title>Request COSuser white paper for security managers</title>';



		//variable for heading and first paragraph above form

		    str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request&nbsp;' +

					   'the COS<i>user</i> white paper for security and audit managers</b></p>' +

 					   '<p align="left">This&nbsp;' +

					   'White Paper provides a detailed description of the security and audit related&nbsp;' +

					   'features and benefits of user provisioning software, and takes COS<i>user</i>&nbsp;' +

					   'as an example. In order to download it, please provide us&nbsp;' +

					   'with your details.</p>';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cusprq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser security white paper">';



		break;



	case "cutprq" : //COSuser Technical Paper  (Architecture)



		//variable for title

			str_title = '<title>Request COSuser technical (architecture) paper</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request&nbsp;' +

					   'the COS<i>user</i> technical (product architecture) white paper</b></p>' +

 					   '<p align="left">This technical&nbsp;' +

					   'white paper provides a detailed overview of COS<i>user</i>\'s&nbsp;' +

					   'facilities and concepts. In order to download it, please provide us&nbsp;' +

					   'with your details.</p>';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cutprq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser architecture technical paper">';



		break;



	case "cuwprq" : //COSuser White Paper (for CIOs)



		//variable for title

			str_title = '<title>Request COSuser white paper for CIOs</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request&nbsp;' +

					   'the COS<i>user</i> white paper for CIOs</b></p>' +

					   '<p align="left">This&nbsp;' +

					   'white paper provides a CIO\'s overview of the business benefits&nbsp;' +

					   'which follow the application of systematized User Management. In order to ' +

					   'download it, please provide us&nbsp;' +

					   'with your details.</p>';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cuwprq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser white paper for CIOs">';



		break;



	case "cupbrq" : //COSuser (Product Brief Report)

	

		//variable for title

			str_title = '<title>Request the third party evaluation report</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request&nbsp;' +

					   'the Product Brief (Belmont Press)</b></p>' +

					   '<p align="left">&quot;The&nbsp;' +

					   'Product Brief&quot; is an independent analysis of products and&nbsp;' +

					   'services carried out by <b>The Utility Report</b>, published by the Belmont&nbsp;' +

					   'Press. In order to download the &quot;COS<i>user</i> Product&nbsp;' +

					   'Brief&quot;, please provide us with your details.</p>';

					   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cupbrq_thanx.html">';

				

                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser Product Brief (Belmont)">';



		break;



	case "cusorq" : //COSuser and other products for Sarbanes-Oxley compliance (white) paper

	

		//variable for title

			str_title = '<title>Request White Paper on Sarbanes-Oxley compliance</title>';



        //variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request&nbsp;' +

					   'the White Paper on achieving Sarbanes-Oxley compliance and positive RoI</b></p>' +

					   '<p align="left">This White Paper reviews some of the areas where the&nbsp;' +

					   'IT data center can contribute to a company\'s program to comply with&nbsp;' +

					   'legislation on corporate governance. Although compliance measures&nbsp;' +

					   'usually amount to access control and user activity monitoring, it&nbsp;' +

					   'is not always obvious just how many data center functions may be&nbsp;' +

					   'involved. OSM supplies system management products of several different&nbsp;' +

					   'types and all can deliver positive benefits in the area of compliance.</p>' +

                       '<p align="left">From June 2004 every publicly traded company, plus&nbsp;' +

                       'many others through extended responsibility, must conform to the&nbsp;' +

                       'legislation generally known as Sarbanes-Oxley, or "SOX". In brief,&nbsp;' +

                       'Sarbanes-Oxley mandates that all publicly traded organizations must&nbsp;' +

                       'protect the integrity of the financial information made available&nbsp;' +

                       'to its stakeholders. In other regions, similar legislation exists&nbsp;' +

                       'in actual or embryonic form.</p>' +

                       '<p align="left">The IT department must play its part in implementing&nbsp;' +

                       'internal controls, but must also deal with a limited budget and the&nbsp;' +

                       'ever increasing demands on its resources. This White Paper discusses&nbsp;' +

                       'a number of solutions that can produce significant and early financial&nbsp;' +

                       'benefits at the same time as assisting in the course towards full&nbsp;' +

                       'legislative compliance.</p>';



        //variable for link sent to user in email

            str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cusorq_thanx.html">';



        //variable for requested action

            str_reqaction = '<input type="hidden" name="reqaction" value="Request White Paper on Sarbanes-Oxley compliance">';



		break;



	case "cubgta" : //COSuser - Butler Group Technology Audit

	

		//variable for title

			str_title = '<title>Request the Butler Group Technology Audit</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request&nbsp;' +

					   'the Butler Group Technology Audit</b></p>' +

					   '<p align="left">The&nbsp;' +

					   '&quot;Butler Group Technology Audit&quot; is a series of reports&nbsp;' +

					   'on products for managing IT Infrastructure.&nbsp;' +

					   'In order to download the COS<i>user</i> Technology&nbsp;' +

					   'Audit, please provide us with your details.</p>';

					   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cubgta_thanx.html">';

				

                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request Butler Group Technology Audit (COSuser)">';



		break;



	case "cucxls" : //COSuser (Costing Spreadsheet Sheet with link to RoI White Paper)

	

		//variable for title

			str_title = '<title>Request the COSuser costing spreadsheet</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request&nbsp;' +

					   'the costing spreadsheet and RoI White Paper</b></p>' +

					   '<p align="left">This spreadsheet&nbsp;' +

					   'is designed to calculate your organization\'s current cost of user&nbsp;' +

					   'management. It can also be used to calculate the payback period when&nbsp;' +

					   'you invest in COS<i>user</i>. You can collect the RoI White Paper via&nbsp;' +

					   'a link on the Spreadsheet. In order to download it, please provide&nbsp;' +

					   'us with your details.</p>';

					   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cucxls_thanx.html">';

				

                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser RoI calculation spreadsheet">';



		break;



	case "cudemo" : //COSuser (Product tour)

	

		//variable for title

			str_title = '<title>Request product tour</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="color: #0000FF; font-size: 16pt; font-family: ' +

			           'Arial"><b>COS<i>user</i>&nbsp;' +

					   'product tour</b></p>' +

					   '<p align="left">To view ' +

					   'the COS<i>user</i> ' +

					   'tour, please complete the required fields and then press the ' +

					   '&quot;Submit&quot; button below.</p>';

					   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cudemo_thanx.html">';

				

                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser product tour">';



		break;



	case "cucdrq" : //COSuser evaluation - CD request

	

		//variable for title

			str_title = '<title>Request product evaluation CD</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request&nbsp;' +

				   'a COS<i>user</i> Trial CD</b></p>' +

				   '<p align="left"><b><font ' +

				   'color="#0000FF">There is no charge for the provision of evaluation&nbsp;' +

				   'software.</font></b></p>' +

				   '<p align="left">The COS<i>user</i> CD contains&nbsp;' +

				   'a full trial version of COS<i>user</i>&nbsp;' +

				   'and, for your convenience, also contains the COS<i>user</i> demo.&nbsp;' +

				   'The COS<i>user</i> demo is a restricted and populated version of COS<i>user&nbsp;' +

				   '</i>2.1 that emulates a company with operations in Seattle, St. Louis&nbsp;' +

				   'and Boston with 985 users, 22 UNIX systems, 15 Windows NT servers and&nbsp;' +

				   'over 27,000 user accounts.&nbsp;The COS<i>user</i> demo&nbsp;' +

				   'runs <u><b>only</b></u> on Sun Solaris (Sparc) and Sun Solaris (Intel).</p>' +

				   '<p align="left"><b><u>Important</u></b><br>' +

				   'The Terms on this page will form the basis of any order made by you&nbsp;' +

				   'to OSM to evaluate software; the order from you to OSM shall be an&nbsp;' +

				   'offer to evaluate the software and a contract shall not be formed&nbsp;' +

				   'unless OSM has accepted the offer; OSM\'s acceptance of your offer to&nbsp;' +

				   'evaluate shall normally be sent by email to the address you provide&nbsp;' +

				   'below.&nbsp;</p>' +

				   '<p align="left">Upon&nbsp;' +

				   'acceptance, your demo CD will be dispatched within 48 hours to the&nbsp;' +

				   'address you provide below. You will also receive an activation&nbsp;' +

				   'license key via email, valid for 30 days.</p>';

				   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cucdrq_thanx.html">';

				

                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser evaluation CD">';



		break;



	case "cuaskq" : //COSuser (Ask Question)

	

		//variable for title

			str_title = '<title>Ask a question</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="color: #0000FF; font-size: 16pt; font-family: Arial"><b>Ask&nbsp;' +

				   'a question or Request Information</b></p>' +

				   '<p align="left">A consultant&nbsp;' +

				   'will answer your question at the earliest possible opportunity using&nbsp;' +

				   'the email address or, if you prefer, the telephone number you&nbsp;' +

				   'specify. Please provide us with any information that you think will&nbsp;' +

				   'help us deal with your enquiry quickly and effectively.</p>';

				   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cuaskq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Ask a COSuser question">';



		break;



	case "cucall" : //COSuser consultant call me

	

		//variable for title

			str_title = '<title>Consultant call me</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Speak&nbsp;' +

				   'with an OSM consultant</b></p>' +

				   '<p align="left">A consultant&nbsp;' +

				   'will call at the earliest possible opportunity using the telephone&nbsp;' +

				   'number you specify. Please provide us with any information that you&nbsp;' +

				   'think will help us deal with your enquiry quickly and effectively.</p>';

				   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cucall_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request consultant call about COSuser">';



		break;



	case "cuoppt" : //COSuser user management overview (ppt)

	

		//variable for title

			str_title = '<title>COSuser user management overview pres (ppt)</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>User&nbsp;' +

				   'management overview presentation</b></p>' +

				   '<p align="left">To download and&nbsp;' +

				   'view the PowerPoint presentation &quot;<i>Why do you need user&nbsp;' +

				   'management software?</i>&quot;, please complete the required fields&nbsp;' +

				   'and then press the &quot;Submit&quot; button below.</p>';

				   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cuoppt_thanx.html">';

		

                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser user management overview (ppt)">';



		break;



	case "cupppt" : //COSuser Product Overview (ppt)

	

		//variable for title

			str_title = '<title>COSuser product overview pres (ppt)</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>COS<i>user</i>&nbsp;' +

				   '– product overview presentation</b></p>' +

				   '<p align="left">To download and&nbsp;' +

				   'view the PowerPoint presentation &quot;COS<i>user</i> - product&nbsp;' +

				   'overview&quot;, please complete the required fields and then press&nbsp;' +

				   'the &quot;Submit&quot; button below.</p>';

				   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cupppt_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser product overview (ppt)">';



		break;



	case "cufppt" : //COSuser Full Product Presentation (ppt)

	

		//variable for title

			str_title = '<title>COSuser full product presentation (ppt)</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>COS<i>user</i>&nbsp;' +

				   '– full product presentation</b></p>' +

				   '<p align="left">To download and&nbsp;' +

				   'view the PowerPoint presentation &quot;COS<i>user</i> - full product&nbsp;' +

				   'presentation&quot;, please complete the required fields and then press&nbsp;' +

				   'the &quot;Submit&quot; button below.</p>';

				   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cufppt_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser full product presentation (ppt)">';



		break;



	case "cumppt" : //COSuser user management full presentation

	

		//variable for title

			str_title = '<title>COSuser user management overview pres (ppt)</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Costing&nbsp;' +

				   'user management presentation</b></p>' +

				   '<p align="left">To download and&nbsp;' +

				   'view the PowerPoint presentation &quot;<i>What is user management&nbsp;' +

				   'costing you?&quot;</i>, please complete the required fields and then&nbsp;' +

				   'press the &quot;Submit&quot; button below.</p>';

				   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cumppt_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser user management full pres (ppt)">';



		break;



	case "cuwbxm" : //COSuser personal Webex demo

	

		//variable for title

			str_title = '<title>Set up a Webex meeting (remote demo)</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p>Once your meeting has been confirmed,&nbsp;' +

				   'one of our consultants will send you an email (using the address you&nbsp;' +

				   'supply below). The email will contain a URL to OSM\'s Webex Website.&nbsp;' +

				   'Once you have joined the meeting, our consultant will call you (using&nbsp;' +

				   'the telephone number you supply below).</p>';

				   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cuwbxm_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSuser personal Webex demo">';



		break;



	case "cuwebs" : //COSuser (Request to attend scheduled Webex webinar)

	

		//variable for title

			str_title = '<title>Request to attend scheduled webinar</title>';

				

	

		//variable for heading and first paragraph above form

			str_para = '<p>Once your meeting has been confirmed,&nbsp;' +

				   'one of our consultants will send you an email (using the address you&nbsp;' +

				   'supply below). The email will contain a URL to OSM\'s Webex Website.&nbsp;' +

				   'Once you have joined the meeting, our consultant will call you (using&nbsp;' +

				   'the telephone number you supply below).</p>';

				   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cuwebs_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request to attend scheduled COSuser Webex seminar">';



		break;



	case "cpmbrq" : //COSprint (Management Briefing Paper)



		//variable for title

			str_title = '<title>Request COSprint Management Brief Paper</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request ' +

				   'the COS<i>print</i> management briefing paper</b></p>' +

				   '<p align="left">This white paper highlights some of the ' +

				   'challenges involved in managing printed output in an enterprise client/server environment. In order to ' +

				   'download it, please provide us with your details.</p>';

					

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cpmbrq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSprint management briefing paper">';



		break;



	case "cppppt" : //COSprint overview presentation (Powerpoint presentation)

	

		//variable for title

			str_title = '<title>Request COSprint Powerpoint presentation</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="color: #0000FF; font-size: 16pt; font-family: Arial"><b>COS<i>print</i> ' +

				   'product presentation</b></p> ' +

				   '<p align="left">To view or download the COS<i>print</i> ' +

				   'product presentation, please complete the required fields and then press the &quot;Submit&quot; ' +

                   'button below.</p> ';

				

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" ' +

			       'value="http://www.cosadmin.com/confirms/cppppt_thanx.html">';

		

        //variable for requested action

            str_reqaction = '<input type="hidden" name="reqaction" ' +

                   'value="Request COSprint overview product presentation">';



		break;



	case "cpwprq" : //COSprint (Overview White Paper)



		//variable for title

			str_title = '<title>Request COSprint overview White Paper</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request ' +

				   'the COS<i>print</i> overview White Paper</b></p> ' +

				   '<p align="left">This white paper discusses ' +

				   'a low cost print spooling and output management solution for mid to large size ' +

				   'organizations that produces benefits in efficiency, control, improved service ' + 

				   'levels, security, auditing and compliance. In order to ' +

				   'download it, please provide us with your details.</p>';

					

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cpwprq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSprint overview white paper paper">';



		break;



	case "cpsapr" : //COSPrint (SAP user request white paper)

	

		//variable for title

			str_title = '<title>SAP user request white paper</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Register to ' +

					'receive a white paper about COS<i>print</i></b></p> ' +

					'<p>Many corporations have found that ' +

					'printing from an SAP environment requires additional considerations. Register to ' +

					'receive a free white paper that details some of the issues that you need to ' +

					'consider.</p> ';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cpsapr_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSprint SAP white paper">';



		break;



	case "cpdemo" : //COSPrint (Product tour)

	

		//variable for title

			str_title = '<title>Request product tour</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>COS<i>print</i> ' +

				   'product tour</b></p> ' +

				   '<p align="left">To view the COS<i>print</i> ' +

				   'tour, please complete the required fields and then press the &quot;Submit&quot; button below.</p> ';

				

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cpdemo_thanx.html">';

		

                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSprint product tour">';



		break;



	case "cpmlrq" : //COSPrint (Put me on your mailing list)

	

		//variable for title

			str_title = str_title = '<title>Put me on your mailing list</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>COS<i>print</i> Mailing List</b></p> ' +

					'<p style="padding-bottom: 12"> ' +

					'To receive information on new developments to COS<i>print,</i> ' +

					'simply fill in this form and we\'ll make sure you\'re kept up-to-date.</p>';

				

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cpmlrq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Put me on COSprint mailing list">';



		break;



	case "cpcdrq" : //COSprint evaluation - CD request

	

		//variable for title

			str_title = '<title>Request product evaluation CD</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request ' +

				   'a COS<i>print</i> Trial CD</b></p> ' +

				   '<p align="left"><b><font ' +

				   'color="#0000FF">There is no charge for the provision of evaluation ' +

				   'software.</font></b></p> ' +

				   '<p>To apply for your free evaluation copy ' +

				   'of COS<em>print</em> please complete the following form.</p> ' +

				   '<p>Please note that we supply ' +

				   'software products for evaluation only under the terms and conditions ' +

				   'which are set out below. Click <a ' +

				   'href="../includes/psleterms.htm"> here</a> if you would like to see them in ' +

				   'larger format.</p> ' +

				   '<p align="left"><b><u>Important</u></b><br> ' +

				   'The Terms on this page will form the basis of any order made by you ' +

				   'to OSM to evaluate software; the order from you to OSM shall be an ' +

				   'offer to evaluate the software and a contract shall not be formed ' +

				   'unless OSM has accepted the offer; OSM\'s acceptance of your offer to ' +

				   'evaluate shall normally be sent by email to the address you provide ' +

				   'below.</p> ' +

				   '<p align="left">Upon ' +

				   'acceptance, your demo CD will be dispatched within 48 hours to the ' +

				   'address you provide below. You will also receive an activation ' +

				   'license key via email, valid for 30 days.</p> ';

				

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cpcdrq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSprint evaluation CD">';



		break;



	case "cpaskq" : //COSPrint (Ask Question)

	

		//variable for title

			str_title = '<title>Ask a question</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="color: #0000FF; font-size: 16pt; font-family: Arial"><b>Ask&nbsp;' +

				   'a Question or Request Information</b></p>' +

				   '<p align="left">A consultant ' +

				   'will answer your question at the earliest possible opportunity using ' +

				   'the email address or, if you prefer, the telephone number you ' +

				   'specify. Please provide us with any information that you think will ' +

				   'help us deal with your enquiry quickly and effectively.</p> ';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cpaskq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Ask a COSprint question">';



		break;



	case "cpcall" : //COSPrint (Call me)

	

		//variable for title

			str_title = '<title>Consultant call me</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Speak ' +

				   'with an OSM consultant</b></p> ' +

				   '<p align="left">A consultant ' +

				   'will call at the earliest possible opportunity using the telephone ' +

				   'number you specify. Please provide us with any information that you ' +

				   'think will help us deal with your enquiry quickly and effectively.</p> ';

				

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cpcall_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="COSprint consultant please call">';



		break;



	case "cpwbxm" : //COSPrint (Set up a personal Webex meeting)

	

		//variable for title

			str_title = '<title>Set us a Webex meeting (remote demo)</title>';



		//variable for heading and first paragraph above form

			str_para = '<p>Once your meeting has been confirmed, ' +

				   'one of our consultants will send you an email (using the address you ' +

				   'supply below). The email will contain a URL to OSM\'s Webex Website. ' +

				   'Once you have joined the meeting, our consultant will call you (using ' +

				   'the telephone number you supply below).</p> ';

				

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cpwbxm_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSprint personal Webex demo">';



		break;



	case "cbmbrq" : //COSBatch (Briefing Paper)

	

		//variable for title

			str_title = '<title>Request Management Briefing Paper</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="color: #0000FF; font-size: 16pt; font-family: Arial"><b>Request ' +

				   'the COS<i>batch</i> management ' +

				   'briefing paper</b></p>' +

				   '<p align="left">This white paper highlights some of the ' +

				   'challenges of scheduling batch jobs in an enterprise client/server environment. In order to download ' +

				   'it, please provide us with your details.</p> ';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cbmbrq_thanx.html">';



        //variable for requested action

            str_reqaction = '<input type="hidden" name="reqaction" value="Request COSbatch management briefing paper">';



		break;



	case "cbwprq" : //COSBatch overview white paper

	

		//variable for title

			str_title = '<title>Request overview White Paper</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="color: #0000FF; font-size: 16pt; font-family: Arial"><b>Request ' +

				   'the COS<i>batch</i> White Paper</b></p>' +

				   '<p align="left">Set in the context of more ' +

				   'stringent requirements for user auditing and activity ' +

                   'control which have followed in the wake of recent corporate governance legislation, ' +

                   'this white paper discusses a job scheduling and IT operations workflow management ' +

                   'solution for mid to large size organizations running UNIX, Linux and Microsoft ' +

                   'Windows operating systems. It delivers benefits in efficiency, control, improved ' +

                   'service levels, security, auditing and compliance.</p> ';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cbwprq_thanx.html">';



        //variable for requested action

            str_reqaction = '<input type="hidden" name="reqaction" value="Request COSbatch overview White Paper">';



		break;



	case "cbcdrq" : //COSbatch evaluation - CD request

	

		//variable for title

			str_title = '<title>Request product evaluation CD</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request ' +

				   'a COS<i>batch</i> Trial CD</b></p> ' +

				   '<p align="left"><b><font ' +

				   'color="#0000FF">There is no charge for the provision of evaluation ' +

				   'software.</font></b></p> ' +

				   '<p>To apply for your free evaluation copy ' +

				   'of COS<em>batch</em> please complete the following form.</p> ' +

				   '<p>Please note that we supply ' +

				   'software products for evaluation only under the terms and conditions ' +

				   'which are set out below. Click <a ' +

				   'href="../includes/psleterms.htm"> here</a> if you would like to see them in ' +

				   'larger format.</p> ' +

				   '<p align="left"><b><u>Important</u></b><br> ' +

				   'The Terms on this page will form the basis of any order made by you ' +

				   'to OSM to evaluate software; the order from you to OSM shall be an ' +

				   'offer to evaluate the software and a contract shall not be formed ' +

				   'unless OSM has accepted the offer; OSM\'s acceptance of your offer to ' +

				   'evaluate shall normally be sent by email to the address you provide ' +

				   'below.</p> ' +

				   '<p align="left">Upon ' +

				   'acceptance, your demo CD will be dispatched within 48 hours to the ' +

				   'address you provide below. You will also receive an activation ' +

				   'license key via email, valid for 30 days.</p> ';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cbcdrq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request COSbatch evaluation CD">';



		break;



	case "cbaskq" : //COSBatch (Ask Question)

	

		//variable for title

			str_title = '<title>Ask a question</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="color: #0000FF; font-size: 16pt; font-family: Arial"><b>Ask&nbsp;' +

				   'a Question or Request Information</b></p>' +

				   '<p align="left">A consultant ' +

				   'will answer your question at the earliest possible opportunity using ' +

				   'the email address or, if you prefer, the telephone number you ' +

				   'specify. Please provide us with any information that you think will ' +

				   'help us deal with your enquiry quickly and effectively.</p>';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cbaskq_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Ask a COSbatch question">';



		break;



	case "cbcall" : //COSBatch (Call me)



		//variable for title

			str_title = '<title>Consultant call me</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Speak ' +

				   'with an OSM consultant</b></p> ' +

				   '<p align="left"><font size="2" face="Verdana, Arial">A consultant ' +

				   'will call at the earliest possible opportunity using the telephone ' +

				   'number you specify. Please provide us with any information that you ' +

				   'think will help us deal with your enquiry quickly and effectively.</font></p> ';

	

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cbcall_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="COSbatch consultant please call">';



		break;



	case "cbpppt" : //COSbatch overview presentation (Powerpoint presentation)

	

		//variable for title

			str_title = '<title>Request COSbatch Powerpoint presentation</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>COS<i>batch</i> ' +

				   'product presentation</b></p> ' +

				   '<p align="left"><font size="2" face="Verdana, Arial">To view or download the COS<i>batch</i> ' +

				   'product presentation, please complete the required fields and then press the &quot;Submit&quot; ' +

                   'button below.</font></p> ';

				

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" ' +

			       'value="http://www.cosadmin.com/confirms/cbpppt_thanx.html">';

		

        //variable for requested action

            str_reqaction = '<input type="hidden" name="reqaction" ' +

                   'value="Request COSbatch overview product presentation">';



		break;



	case "cbwbxm" : //COSbatch (Set up a Webex meeting)



		//variable for title

			str_title = '<title>Set us a Webex meeting (remote demo)</title>';



		//variable for heading and first paragraph above form

			str_para = '<font size="2"> ' +

				   '<p><font face="Verdana, Arial">Once your meeting has been confirmed, ' +

				   'one of our consultants will send you an email (using the address you ' +

				   'supply below). The email will contain a URL to OSM\'s Webex Website. ' +

				   'Once you have joined the meeting, our consultant will call you (using ' +

				   'the telephone number you supply below).</font></p> ';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cbwbxm_thanx.html">';



                //variable for requested action

                        str_reqaction = '<input type="hidden" name="reqaction" value="Request personal Webex COSbatch demo">';



		break;



	case "cdcdrq" : //COSduty-SSA evaluation - CD request

	

		//variable for title

			str_title = '<title>Request product evaluation CD</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Request ' +

				   'a COS<i>duty</i> Trial CD</b></p>' +

				   '<p><b>There is no charge for the provision of evaluation ' +

				   'software.</b></p>' +

				   '<p>To apply for your free evaluation copy ' +

				   'of COS<i>duty</i> please complete the following form.</p> ' +

				   '<p>Please note that we supply ' +

				   'software products for evaluation only under the terms and conditions ' +

				   'which are set out below. Click <a ' +

				   'href="../includes/psleterms.htm"> here</a> if you would like to see them in ' +

				   'larger format.</p> ' +

				   '<p align="left"><b><u>Important</u></b><br> ' +

				   'The Terms on this page will form the basis of any order made by you ' +

				   'to OSM to evaluate software; the order from you to OSM shall be an ' +

				   'offer to evaluate the software and a contract shall not be formed ' +

				   'unless OSM has accepted the offer; OSM\'s acceptance of your offer to ' +

				   'evaluate shall normally be sent by email to the address you provide ' +

				   'below.</p> ' +

				   '<p align="left">Upon ' +

				   'acceptance, your demo CD will be dispatched within 48 hours to the ' +

				   'address you provide below. You will also receive an activation ' +

				   'license key via email, valid for 30 days.</p>';



		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" ' +

			       'value="http://www.cosadmin.com/confirms/cdcdrq_thanx.html">';



         //variable for requested action

            str_reqaction = '<input type="hidden" name="reqaction" ' +

                   'value="Request COSduty-SSA evaluation CD">';



		break;



	case "cdpppt" : //COSduty-SSA (Powerpoint presentation)

	

		//variable for title

			str_title = '<title>Request Powerpoint presentation</title>';



		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>COS<i>duty</i> ' +

				   'product presentation</b></p> ' +

				   '<p align="left">To view or download the COS<i>duty</i> ' +

				   'product presentation, please complete the required fields and then press the &quot;Submit&quot; ' +

                   'button below.</p> ';

				

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" ' +

			       'value="http://www.cosadmin.com/confirms/cdpppt_thanx.html">';

		

        //variable for requested action

            str_reqaction = '<input type="hidden" name="reqaction" ' +

                   'value="Request COSduty-SSA product presentation">';



		break;



	case "cdwprq" : //COSduty-SSA (White Paper 1)



		//variable for title

			str_title = '<title>Request COSduty-SSA White Paper</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="color: 0000FF; font-size: 16pt; ' +

			       'font-family: Arial"><b>Request ' +

				   'the COS<i>duty</i>-SSA White Paper</b></p>' +

				   '<p>This white paper describes a method of ensuring that the use of ' +

				   'privileged accounts is reduced to the absolute minimum while lowering ' +

				   'costs. The product it describes, COS<i>duty</i>-SSA V4.0:</p>' +

                   '<ul style="margin-top: 0pt; margin-bottom: 12pt; font-size: 8pt">' +

                   '<li style="margin-bottom: 2pt">encapsulates ' +

                   'privileged routines for delegation to non-technical staff, ' +

                   'without granting privileged access</li>' +

                   '<li style="margin-bottom: 2pt">allows ' +

                   'privileged sessions on particular systems for particular ' +

                   'periods of time</li>' +

                   '<li style="margin-bottom: 2pt">removes the need to ' +

                   'distribute sensitive username+password information on UNIX, Linux ' +

                   'and Windows systems</li>' +

                   '<li style="margin-bottom: 2pt">audits all ' +

                   'privileged activity</li></ul>' +

                   '<p style="margin-left: 10pt">In order to ' +

				   'download it, please provide us with your details.</p>';

				

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" ' +

			       'value="http://www.cosadmin.com/confirms/cdwprq_thanx.html">';



        //variable for requested action

            str_reqaction = '<input type="hidden" name="reqaction" value="Request ' +

                   'COSduty-SSA white paper paper">';



		break;



	case "cdsprq" : //COSduty-SSA (White Paper 2 - written in connection with Sun)



		//variable for title

			str_title = '<title>Request COSduty-SSA white paper 2</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<p align="left" style="color: 0000FF; font-size: 16pt; ' +

			       'font-family: Arial"><b>Request ' +

				   'the COS<i>duty</i>-SSA White Paper 2</b></p> ' +

				   '<p style="margin-top:0; margin-bottom:0">This white ' +

                   'paper describes a method of encapsulating system ' +

                   'administrators\' knowledge in software so that best ' +

                   'practice, developed during their stay, continues to be ' +

                   'followed after they leave.</p>' +

                   '<p style="margin-left: 10pt; margin-top:12; margin-bottom:6">In order to ' +

				   'download it, please provide us with your details.</p>';

				

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" ' +

			       'value="http://www.cosadmin.com/confirms/cdsprq_thanx.html">';



        //variable for requested action

            str_reqaction = '<input type="hidden" name="reqaction" value="Request ' +

                   'COSduty-SSA white paper paper 2">';



		break;



	case "cdwebs" : //COSduty-SSA (Request to attend scheduled Webex webinar)

	

		//variable for title

			str_title = '<title>Request to attend scheduled webinar</title>';

				

	

		//variable for heading and first paragraph above form

			str_para = '<p>Once the time and date of your meeting have been confirmed,&nbsp;' +

				   'one of our consultants will send you an email (using the address you&nbsp;' +

				   'supply below). The email will contain a URL to OSM\'s Webex website&nbsp;' +

				   'and a teleconference number for you to call.</p>';

				   

		//variable for link sent to user in email

			str_destination = '<input type="hidden" name="destination" value="http://www.cosadmin.com/confirms/cdwebs_thanx.html">';



       //variable for requested action

            str_reqaction = '<input type="hidden" name="reqaction" value="Request to attend scheduled COSduty-SSA Webex seminar">';



		break;





	default: //IF none of above

	

		//variable for title

			str_title = '<title>Template Not Found</title>';

	

		//variable for heading and first paragraph above form

			str_para = '<h3>No Template Found</h3>';

				

		//variable for link sent to user in email

			str_destination = '';

		

                //variable for requested action

                        str_reqaction = '';



		break;



}



/*The following are variables defined for use in more than one form

*******************************************************************/



//variable for table row containing str_user_terms & conditions



str_user_terms = '<tr>' +

			'<td align="center" valign="top" width="159"><font size="2" ' +

			'face="Verdana, Arial">Terms of Acceptance:</font></td>&nbsp;' +

			'<td width="504" valign="bottom" align="left"><font size="2" ' +

			'face="Verdana, Arial"><textarea wrap="physical" name="terms" rows="5" ' +

			'cols="60">You are requesting a copy of the COSuser White Paper.  This&nbsp;' +

			'contains sensitive, in-depth, proprietary, confidential information It is&nbsp;' +

			'therefore being provided to you on the basis that it shall: ' +

			'\n\n'+

			'(a) not be copied, distributed, disclosed or disseminated in any way or form by&nbsp;' +

			'you without the prior written consent of OSM; ' +

			'\n\n'+

			'(b) be maintained in confidence and may only be disclosed to those employees of&nbsp;' +

			'your company who have a need to know and who are acting in good faith with a view&nbsp;' +

			'to evaluating COSuser with the intent of potentially licensing it or otherwise&nbsp;' +

			'acting in the interests of OSM; ' +

			'\n\n'+

			'(c) not be used by you for any purposes, other than with a view to evaluating&nbsp;' +

			'COSuser with the intent of potentially licensing it, without the prior written&nbsp;' +

			'consent of OSM; and ' +

			'\n\n'+

			'(d) remain the property of and be destroyed by you within thirty (30) days of&nbsp;' +

			'receipt by you of an emailed request from OSM that requests you to do so. ' +

			'\n\n'+

			'If you agree to the above then please click on ACCEPT below.  If not then&nbsp;' +

			'please call one of our staff or mail us on info@osminc.com and we\'ll find&nbsp;' +

			'another way of getting you the information.' +

			'</textarea></font></td>' +

		 	'</tr>';



//for the UNIX version drop down and table row

str_unix_version = '<tr>' +

			       '<td align="right" width="159" valign="middle"><p>' +

			       '<font color="#FF0000">*</font>' +

                   'UNIX version required:</p></td>' +

			       '<td width="504" valign="middle" align="left"><p>' +

			       '<select name="platform" size="1">' +

			       '<option value="Debian Linux 2.2">Debian Linux 2.2</option>' +

			       '<option value="Debian Linux 3.0">Debian Linux 3.0</option>' +

			       '<option value="Debian Linux 3.1">Debian Linux 3.1</option>' +

			       '<option value="Debian Linux 4.0">Debian Linux 4.0</option>' +

			       '<option value="Digital UNIX/Tru64 V4.0">Digital UNIX/Tru64 V4.0</option>' +

			       '<option value="Digital UNIX/Tru64 V5.1">Digital UNIX/Tru64 V5.1</option>' +

			       '<option value="Fedora Linux 2.6">Fedora Linux 2.6</option>' +

			       '<option value="HP-UX 10.20 PA-RISC">HP-UX 10.20 PA-RISC</option>' +

			       '<option value="HP-UX 11.00 PA-RISC">HP-UX 11.00 PA-RISC</option>' +

			       '<option value="HP-UX 11.11 PA-RISC">HP-UX 11.11 PA-RISC</option>' +

			       '<option value="HP-UX 11.23 PA-RISC">HP-UX 11.23 PA-RISC</option>' +

			       '<option value="HP-UX 11.23 Itanium">HP-UX 11.23 Itanium</option>' +

			       '<option value="HP-UX 11.31 Itanium">HP-UX 11.31 Itanium</option>' +

			       '<option value="AIX 4.2">IBM AIX 4.2</option>' +

			       '<option value="AIX 4.3">IBM AIX 4.3</option>' +

			       '<option value="AIX 5.1">IBM AIX 5.1</option>' +

			       '<option value="AIX 5.2">IBM AIX 5.2</option>' +

			       '<option value="IBM AIX 5.3">IBM AIX 5.3</option>' +

			       '<option value="IBM AIX 6.1">IBM AIX 6.1</option>' +

			       '<option value="Kubuntu Linux">Kubuntu Linux</option>' +

			       '<option value="Linux 2.2 kernel">Linux 2.2 kernel</option>' +

			       '<option value="Linux 2.4 kernel">Linux 2.4 kernel</option>' +

			       '<option value="Linux 2.6 kernel">Linux 2.6 kernel</option>' +

			       '<option value="Mandrake/Mandiva Linux 10">Mandrake/Mandiva Linux 10</option>' +

			       '<option value="Red Hat Linux 7.1">Red Hat Linux 7.1</option>' +

			       '<option value="Red Hat Linux 7.2">Red Hat Linux 7.2</option>' +

			       '<option value="Red Hat Linux 7.3">Red Hat Linux 7.3</option>' +

			       '<option value="Red Hat Linux 8">Red Hat Linux 8</option>' +

			       '<option value="Red Hat Linux 9">Red Hat Linux 9</option>' +

			       '<option value="Red Hat/CentOS ES3">Red Hat/CentOS ES3</option>' +

			       '<option value="Red Hat/CentOS ES4">Red Hat/CentOS ES4</option>' +

			       '<option value="Red Hat/CentOS ES5">Red Hat/CentOS ES5</option>' +

			       '<option value="SCO UNIX 5.0">SCO UNIX 5.0</option>' +

			       '<option value="Sun Solaris 2.8 (Sparc)">Sun Solaris 2.8 (Sparc)</option>' +

			       '<option value="Sun Solaris 2.9 (Intel)">Sun Solaris 2.9 (Intel)</option>' +

			       '<option value="Sun Solaris 2.9 (Sparc)">Sun Solaris 2.9 (Sparc)</option>' +

			       '<option value="Sun Solaris 2.10 (Intel)">Sun Solaris 2.10 (Intel)</option>' +

			       '<option value="Sun Solaris 2.10 (Sparc)">Sun Solaris 2.10 (Sparc)</option>' +

			       '<option value="Suse Linux 9">Suse Linux 9</option>' +

			       '<option value="Suse Linux 10">Suse Linux 10</option>' +

			       '<option value="Ubuntu Linux">Ubuntu Linux</option>' +

			       '<option value="Windows NT/2000/XP">Windows NT/2000/XP</option>' +

			       '</select></p></td>' +

			       '</tr>';



//for the terms & conditions for a trial CD

		str_cd_terms = '<tr>' +

				'<td align="right" valign="middle" width="159"></td>' +

				'<td width="504" valign="middle" align="left"><p style="margin-top: 3pt">' +

				'<b><u>Please read the&nbsp;' +

				'following Software Evaluation Terms carefully</u></b><br>' +

				'If you wish to agree to these terms and make an offer&nbsp;' +

				'on these terms<br>to evaluate OSM\'s software then select the&nbsp;' +

				'&quot;Accept Terms&quot; button.<br>If you are unable to&nbsp;' +

				'accept the terms, OSM will not&nbsp;' +

				'accept your order.</p></td>' +

				'</tr>' +

				'<tr>' +

				'<td align="right" valign="top" width="159"><p>' +

				'Software Evaluation Terms:</p>' +

				'<p align="center"><font size="1" face="Verdana, Arial"><a ' +

				'href="../includes/psleterms.htm" target="_blank">Print Terms</a></font></p>' +

				       '</td>' +

				       '<td width="504" valign="bottom" align="left"><font size="2" ' +

				       'face="Verdana, Arial"><textarea wrap="physical" name="terms" rows="10" cols="62" ' +

				       'class="text">In these terms ' +

				       '(together with the Order (as defined below) hereinafter referred to as the "Terms") ' +

				       '"OSM" or "we/us" means Open Systems Management, Inc. with offices at 1511 Third Avenue, Suite 905, ' +

				       'Seattle, WA 98101, USA; "Customer" or "you" means the customer whose details ' +

				       'are given on an evaluation request submitted to OSM by such customer in the form accepted ' +

				       'by OSM in accordance with its terms (the "Order"); "Effective Date" shall be the date of ' +

				       'acceptance of the Order by OSM; "Software" means the OSM software identified in the Order; ' +

				       '"Documentation" means the manuals, user guides and education materials on any medium ' +

				       'relating thereto; and "the parties" means OSM and you. The Terms apply to all evaluations of ' +

				       'OSM software by you and shall apply in place of and prevail over any other terms and conditions.' +

				       '\n\n'+

				       '1. Temporary Licence Grant. Subject to acceptance of Customer\'s evaluation request by OSM, OSM grants Customer and Customer accepts a temporary, personal, non-transferable and nonexclusive right to use the Software and Documentation at Customer\'s own facility for evaluation purposes. There shall be no fee for this license.' +

				       '\n\n'+

				       'Such grant does not include and specifically excludes the following rights (a) to make copies of the Software or Documentation; (b) to sublicense the Software or Documentation or any part thereof; (c) to furnish the Software and Documentation to third parties; or (d) to create or attempt to create, by reverse engineering or otherwise, the source code or any part thereof from any Software or Documentation or from other information made available under these Terms or otherwise.' +

				       '\n\n'+

				       '2. Acceptance. OSM\'s acceptance of Customer\'s evaluation request shall be effective only where such acceptance is notified to Customer by OSM in accordance with Article 8.' +

				       '\n\n'+

				       '3. Term. An agreement pursuant to these Terms shall become effective on the Effective Date and shall expire thirty (30) days thereafter or may be terminated upon written notice by either party to the other, whichever occurs first. Upon expiration or termination of such agreement, Customer shall immediately discontinue all use of the Software. Additionally, within ten (10) days after such expiration or termination, Customer shall either transmit to OSM all copies of the Software and Documentation in its possession, custody or control, or destroy all such copies and certify to OSM in writing that such destruction has taken place.' +

				       '\n\n'+

				       '4. Confidentiality. Customer agrees to hold all parts of the Software and Documentation in confidence for OSM. Customer further agrees that it shall not disclose any portion of the Software or Documentation, including methods or concepts utilized therein, to anyone except Customer employees to whom such disclosure is necessary to the evaluation process. Such obligations of confidentiality shall not apply to any portion of the Software and Documentation which (a) is now or may in the future be placed in the public domain other than by an act attributable to Customer; (b) is lawfully received from a third party that has the ' +

				       'unrestricted right to make such a disclosure; (c) can be documented by Customer as having been developed by or on behalf of Customer by individuals who have not had either direct or indirect access to the Software or Documentation; or (d) is disclosed with the prior written approval of OSM. The obligations of this clause shall survive expiration or termination of any agreement pursuant to these Terms.' +

				       '\n\n'+

				       '5. No Warranty. The Software and Documentation are provided with no warranty of any kind, express or implied, including the warranties of title, merchantability or fitness for a particular purpose. ' +

				       '\n\n'+

				       '6. Limitation of Liability. IN NO EVENT SHALL OSM BE LIABLE TO CUSTOMER OR ANY THIRD PARTY FOR LOSS, DAMAGE OR INJURY TO PERSON OR PROPERTY ARISING OUT OF OR INCIDENT TO THE PERFORMANCE OF AN AGREEMENT PURSUANT TO THESE TERMS, INCLUDING WITHOUT LIMITATION ANY INCIDENTAL, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES, WHETHER SUCH LIABILITY IS BASED UPON CONTRACT, TORT, NEGLIGENCE OR OTHER LEGAL THEORY. ' +

				       '\n\n'+

				       '7. Nonassignment. Neither an agreement pursuant to these Terms nor any rights granted thereunder shall be assignable or otherwise transferable, in whole or in part, by Customer without OSM\'s prior written consent.' +

				       '\n\n'+

				       '8. Notice. Any notices permitted or required under these Terms shall be deemed to have been duly given if in writing and delivered personally or mailed first class, registered or certified mail to the party\'s address first written in the Terms, or by facsimile transmission or email subject to proof of sending of the same.' +

				       '\n\n'+

				       '9. Governing Law. An agreement pursuant to these Terms shall be governed by and construed in accordance with the internal, local, laws of the State of Washington, except those laws related to choice or conflict of law.' +

				       '\n\n'+

				       '10. Entire Agreement. These Terms set forth the entire agreement and understanding between the parties as to the subject matter hereof and merge all prior discussions between them. Neither of the parties shall be bound by any conditions, definitions, warranties, understandings or representations with respect to such subject matter other than as expressly provided in these Terms or as duly set forth on or subsequent to the Effective Date in writing and signed by an authorized representative of the party to be bound thereby.' +

				       '</textarea></font></td>' +

				       '</tr>';



//Textarea for question

str_question = '<tr>' +

		      '<td align="right" valign="top" height="119" width="118"><p align="right">' +

		      'Question(s):</p></td>' +

		      '<td height="119" valign="top" align="left" width="502"><font ' +

		      'size="2" face="Arial"><textarea name="information" rows="5" ' +

		      'cols="60"></textarea></font></td>' +

		      '</tr>';

			 

//For call me time-zone select

str_time_zone = '<tr>' +

		       '<td align="right" height="25" width="86" valign="middle"><font ' +

		       'face="Verdana, Arial" size="2">Time to call:</font></td>' +

		       '<td height="25" valign="middle" align="left" width="666"><font ' +

		       'size="2" face="Verdana"><select size="1" name="timezone">' +

		       '<option selected>Los Angeles (PST, PDT)</option>' +

		       '<option>Chicago (CST, CDT)</option>' +

		       '<option>New York (EST, EDT)</option>' +

		       '<option>London (GMT, BST)</option>' +

		       '<option>Paris (CET, CEST)</option>' +

		       '<option>Athens (EET, EEST)</option>' +

		       '</select></font><font size="2" face="Verdana, Arial">time&nbsp;' +

		       'zone</font><font size="2" face="Verdana">&nbsp;&nbsp;<select size="1" ' +

		       'name="day">' +

		       '<option selected>Today</option>' +

		       '<option>Tomorrow</option>' +

		       '<option>Day after tomorrow</option>' +

		       '</select> </font><font size="2" face="Verdana, Arial">at:</font><font ' +

		       'size="2" face="Verdana"> <select size="1" name="hour">' +

		       '<option>9 am</option>' +

		       '<option>10 am</option>' +

		       '<option>11 am</option>' +

		       '<option>12 pm</option>' +

		       '<option>1 pm</option>' +

		       '<option>2 pm</option>' +

		       '<option>3 pm</option>' +

		       '<option>4 pm</option>' +

		       '<option>5 pm</option>' +

		       '</select> <select size="1" name="minute">' +

		       '<option selected>00</option>' +

		       '<option>05</option>' +

		       '<option>10</option>' +

		       '<option>15</option>' +

		       '<option>20</option>' +

		       '<option>25</option>' +

		       '<option>30</option>' +

		       '<option>35</option>' +

		       '<option>40</option>' +

		       '<option>45</option>' +

		       '<option>50</option>' +

		       '<option>55</option>' +

		       '</select></font></td>' +

		       '</tr>';

			  

	str_info = '<tr>' +

		       '<td align="right" valign="top" height="119" width="86"><p>' +

		       'Information:</p></td>' +

		       '<td height="119" valign="top" width="666" align="left"><font ' +

		       'size="2" face="Verdana, Arial"><textarea name="information"' +

		       'rows="5" cols="60"></textarea></font></td>' +

		       '</tr>';

			  



str_webmeet = '<table>' +

			'<tr>' +

			'<td align="left" width="100%">' +

			'<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Book an interactive Web Meeting</b></p>' +

			'</td>' +

			'<td align="right" valign="top"><img border="0" ' +

			'src="http://www.cosadmin.com/images/PoweredByWebEx_Top_Right.gif" align="right" ' +

			'width="77" height="60"></td>' +

			'</tr>' +

			'</table>';

					 

str_webinar = '<table>' +

			'<tr>' +

			'<td align="left" width="100%">' +

			'<p align="left" style="font-family: Arial; font-size: 16pt; color: #0000ff"><b>Webinar - booking form</b></p>' +

			'</td>' +

			'<td align="right" valign="top"><img border="0" ' +

			'src="http://www.cosadmin.com/images/PoweredByWebEx_Top_Right.gif" align="right" ' +

			'width="77" height="60"></td>' +

			'</tr>' +

			'</table>';

			 

//document.write("the form = " + var_form);

//-->


