function openWin(image,varHeight,varWidth) {
	win = window.open (image,"POPUP","resizable=yes,scrollbars=1,height=" + varHeight + ",width=" + varWidth);
	win.creator = self; 
}
function openWinDrw(image) {
	win = window.open (image,"POPUP","resizable=yes,scrollbars=1,height=" + "460" + ",width=" + "550");
	win.creator = self; 
}

function openWinBase(image) {
	win = window.open (image,"POPUP","resizable=yes,scrollbars=1,height=" + "650" + ",width=" + "980");
	win.creator = self; 
}


