
function newWin(address){
	newWindow = window.open(address);
}

function newWinImage(image){
	newWindow = window.open(image);
	//newWindow.write("<img src='" + image + "' border='0' alt=''");
}