// JavaScript Document
//open window 400x400
function opencontent(windowname) {
	msgWindow=window.open (windowname,"contentwindow","toolbar=yes,menubar=no,resizable=yes,scrollbars=yes,width=400,height=400");
}
////////////////////////////////////////////////////////////////////////