function ShowMeV (picURL)
{
newWindow=window.open('picURL','newWin','toolbar=no,width=338,height=465')
newWindow.document.write('<html><head><\/head><body topmargin="10" leftmargin="10" rightmargin="0"><img src="'+picURL+'"><\/body><\/html>')
newWindow.focus()
}

function ShowMeV2 (picURL)
{
newWindow=window.open('picURL','newWin','toolbar=no,width=400,height=533')
newWindow.document.write('<html><head><\/head><body topmargin="0" leftmargin="0" rightmargin="0"><img src="'+picURL+'"><\/body><\/html>')
newWindow.focus()
}

function ShowMeV2t (picURL)
{
newWindow=window.open('picURL','newWin','toolbar=no,width=400,height=601')
newWindow.document.write('<html><head><\/head><body topmargin="0" leftmargin="0" rightmargin="0"><img src="'+picURL+'"><\/body><\/html>')
newWindow.focus()
}

function ShowMeH (picURL)
{
newWindow=window.open('picURL','newWin','toolbar=no,width=530,height=355')
newWindow.document.write('<html><head><\/head><body topmargin="10" leftmargin="10"rightmargin="0"><img src="'+picURL+'"><\/body><\/html>')
newWindow.focus()
}

function ShowMeH2 (picURL)
{
newWindow=window.open('picURL','newWin','toolbar=no,width=533,height=400')
newWindow.document.write('<html><head><\/head><body topmargin="0" leftmargin="0"rightmargin="0"><img src="'+picURL+'"><\/body><\/html>')
newWindow.focus()
}

function ShowMeH2w (picURL)
{
newWindow=window.open('picURL','newWin','toolbar=no,width=601,height=400')
newWindow.document.write('<html><head><\/head><body topmargin="0" leftmargin="0"rightmargin="0"><img src="'+picURL+'"><\/body><\/html>')
newWindow.focus()
}

