<!-- //
function () {
	msgWindow = window.open('','targetname','width=450,height=460,top=15,left=15');
	if (msgWindow.opener == null) msgWindow.opener = self;
} // this is the generic window opener...
function openWindowGen(url,name,width,height,top,left,resize,scroll) {
	var temp = "window.open('" + url + "', '" + name + "', '" + "width=" + width + ',height=' + height + ',top=' + top + ',left=' + left + ',resizable=' + resize + ',scrollbars=' + scroll + "')";
	eval(temp);
} //-->


	
		