if (parent.location.href == self.location.href){
    window.location.href = '../index.htm'
}
function Pictures(v,w,x,y)
{
var whr = screen.availWidth-x-10;
window.open(v,w,"titlebar=no,location=no,directories=no,toolbar=no,menubar=no,status=yes,scrollbars=yes,resizable=no,top=0,left=" + whr + ", width=" + x + ", height=" + y)
}