
function OpenWindowPhotos(PrId, PhId)
{
 window.open('javascript: \'<img style="position: absolute; top: 0px; left: 0px;" src="http://'+ HostName  +'/images/gallery/big_' + PrId + '_' + PhId + '.jpg" >\'','','toolbar=0,status=0,scrollbars=0,location=0,width=595,height=482,top=150,left=100');
}

function OpenWindowMap(PrId)
{
 window.open('javascript: \'<html><head></head><body align="center"><img style="position: absolute; top: 0px; left: 0px;" src="http://'+ HostName  +'/images/pr_map/map' + PrId + '.jpg" ></body></html>\'','','toolbar=0,status=0,scrollbars=0,location=0,width=575,height=364,top=150,left=100');
}

function OpenWinRelPhotos(RelId, PhId)
{
 window.open('javascript: \'<img style="position: absolute; top: 0px; left: 0px;" src="http://'+ HostName  +'/images/reliz_photo/big_relimg' + RelId + '_' + PhId + '.jpg" >\'','','toolbar=0,status=0,scrollbars=0,location=0,width=595,height=482,top=150,left=100');
}
