// JavaScript Document
function open_new_window(thegallery,theimage,thecaption) {

	//new_window = window.open("gallery_view_item.html?gallery="+thegallery+"&movie="+theimage+"&caption="+thecaption,"displayWindow","left=5,top=5,width=600,height=550");

	//new_window = window.open("http://www.fixinchix.com/gallery_view_item.asp?gallery="+thegallery,"displayWindow","left=5,top=5,width=600,height=550");
}

