// JavaScript Document
function popapplication()
	{	  
				newwin=window.open('application_creditcards.html','abc','width=522,height=630,menubar=no,scrollbars=no,toolbar=no,left=230,top=100');
				newwin.focus();	
	}
	 