// JavaScript Document
var newwindow;
function popsample(url)
{
	newwindow=window.open(url,'name','height=278,width=384,left=0,top=0');
	if (window.focus) {newwindow.focus()}
}

function SelectPhoto(n)
{	var d=n.options[n.selectedIndex].value;
window.top.location.href =d;
n.selectedindex=0;
}

var compwin;
function compare(url)
{
	compwin=window.open(url,'name1','height=400,width=675,left=0,top=0');
	if (window.focus) {compwin.focus()}
}

function SelectPhoto(n)
{	var d=n.options[n.selectedIndex].value;
window.top.location.href =d;
n.selectedindex=0;
}