/* (c) Ensamvarg Design : www.ensamvarg.com */
function windowPop(url){
	var newWindow=window.open(url,'name','height=500,width=600,left=100,status=yes,scrollbars=yes');
	if(window.focus) newWindow.focus();
}