// JScript source code for platinummatchmaking.com

<!--

function MM_preloadImages() { //v3.0

  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)

    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

}



function MM_openBrWindow(theURL,winName,features) { //v2.0

  popupWindow = window.open(theURL,winName,features);

  popupWindow.focus()

}



function ManWoman(){ // function for Iam drop down

if (document.searchForm.Iam.options.selectedIndex == 0){ // change Seeking to Female if Iam is Male

	document.searchForm.Seeking.options.selectedIndex = 1

}

if (document.searchForm.Iam.options.selectedIndex == 1){ // change Seeking to Male if Iam is Female

	document.searchForm.Seeking.options.selectedIndex = 0

}

}

function ManWoman1(){ // function for Seeking drop down

if (document.searchForm.Seeking.options.selectedIndex == 0){ // change Iam to Female if Seeking is Male

	document.searchForm.Iam.options.selectedIndex = 1

}

if (document.searchForm.Seeking.options.selectedIndex == 1){ // change Iam to Male if Seeking is Female

	document.searchForm.Iam.options.selectedIndex = 0

}

}



function alertPage(){

alert("This feature is in development. Please check back soon.")

}



function joinFree(){

MM_openBrWindow('joinfree.asp','PopUp','menubar=yes,scrollbars=yes,resizable=yes,width=320,height=355')

}

//-->
























