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