function _access(x,y,Namestr){
	controlWindow=window.open( "",Namestr,
	"toolbar=no,location=no,directories=no,status=1,menubar=no,scrollbars=no,resizable=yes,width="+x+",height="+y);
}

function _lasiknews(x,y,Namestr){
	controlWindow=window.open( "",Namestr,
	"toolbar=no,location=no,directories=no,status=1,menubar=no,scrollbars=no,resizable=yes,width="+x+",height="+y);
}


