// JavaScript Document

function windowOpen (imagePage,width,height) {
	var Details=window.open(imagePage,"","width="+width+",height="+height+",top=0,left=0,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes");
}


