function application(rcode)
{
		 /*var die_url = window.location.href;
		 var variable = "";

		 var regExpression = /[?]/ ; 
		 if (die_url.match(regExpression)) 
		 { 
		 	var variable = "&" + die_url.substring(die_url.indexOf("?")+1,die_url.length);		 
		 }
		 else
		 {
		 	var variable = "?" + die_url.substring(die_url.indexOf("?")+1,die_url.length);
		 }*/
			 
		 var width=530; 
		 var height=620;
		 var positionX=(Math.round(screen.availWidth-width)); 
		 var positionY=(Math.round(screen.availHeight-height)/110); 
	
		var rCode = getCookie('rCode');

		var url='https://secure55.websitewelcome.com/~elite/creditapp/legalcreapp.php';

		 pop=window.open('','','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,fullscreen=0,width='+width+',height='+height+',top=10000,left=10000'); 
		 pop.resizeTo(width,height); 
		 pop.moveTo(positionX,positionY); 
		 pop.location.href = url;		
}

		 


		
		

