// JavaScript Document
function opensizedwin(link,w, h)  {
	popupWinex = window.open(link,'','scrollbars=no, width=' + (w) + ', height=' + (h) + ', left=' + ((screen.width/2)-w/2) + ', top=' + ((screen.height/2)-h/2));
}
