function openWindow(linkto,wname,l,t,w,h) {
	window.open(linkto,wname,'toolbar=0,location=0,scrollbars=1,width='+ w +',height='+ h +',resizable=0,left='+ l +',top='+ t);	
}
