
<!-- Begin
function Start(page, name, h, l) {
	newWindow = window.open(page, name, "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,HEIGHT=" + h + ",WIDTH=" + l);
}

/*function OpenImage(src, name, h, l){
	Start (src,name,h,l);
}*/

function OpenImage(src, name){
	Start(src, name, '200','100')
	
}

function Start1(page, name, h, l) {
newWindow = window.open(page, name, "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,HEIGHT=" + h + ",WIDTH=" + l);
}
// End -->

