// JavaScript Document<script language="javascript">


function open_win1(p)
{
				
tm=window.open( p ,"news","toolbar=no,left=100, top=200, location=center,location=left, directories=no,menubar=no, width=320, height=320, scrollbars=yes, resizable=no, copyhistory=yes");
	tm.focus()

}
function open_winm(p)
{
				
tm=window.open( p ,"news","toolbar=no,left=100, top=200, location=center,location=left, directories=no,menubar=no, width=350, height=239, scrollbars=yes, resizable=no, copyhistory=yes");
	tm.focus()

}
function open_winm2(p)
{
				
tm=window.open( p ,"news","toolbar=no,left=100, top=200, location=center,location=left, directories=no,menubar=no, width=330, height=400, scrollbars=yes, resizable=no, copyhistory=yes");
	tm.focus()

}
function open_winn(p)
{
				
tm=window.open( p ,"news","toolbar=no,left=100, top=200, location=center,location=left, directories=no,menubar=no, width=421, height=550, scrollbars=yes, resizable=no, copyhistory=yes");
	tm.focus()

}
