// <a href="javascript:directmsg ('my message')">Click for Details</a>
function directmsg (msg) {
	// open the window
	win3 = window.open("", "Window3", "width=320,height=210,scrollbars=yes");
	
	// write to window
	win3.document.writeln("<h2>" + msg + "</h2>");
}

function maximum(url) {
	window.open(url,"","width=2000,height=2000,left=0,top=0,scrollbars=yes,resizable=yes");
}

function photo(url) {
	window.open(url,"","width=1500,height=1500,left=0,top=0,scrollbars=yes,resizable=yes");
}

function win(url) {
	window.open(url,"","width=740,height=550,left=0,top=0,scrollbars=yes,resizable=yes");
}

function s_win(url) {
	window.open(url,"","width=600,height=780,left=0,top=0,scrollbars=yes,resizable=yes");
}

function msg(url) {
	window.open(url,"","width=400,height=300,left=0,top=0,scrollbars=yes,resizable=yes");
}
