function for_get_pass(){
	
	window.open('forgotpass.php','_blank','"status=yes,toolbar=no,scrollbars=no,left=0,top=0,width=250,height=170"');
	
	
}
function view_order(id){
	
	
	
	window.open('order_detial.php?order='+id,'_blank','"status=yes,toolbar=no,scrollbars=yes,left=0,top=0,width=800,height=650"');
	
	
}

