// Author: Eric King Url: http://redrival.com/eak/index.shtml
// This script is free to use as long as this info is left in
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
var win = null;
function popup_image(type, id, max_x, max_y, title){
	LeftPosition = (screen.width) ? (screen.width-640)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-480)/2 : 0;
	settings = 'height='+max_x+',width='+max_y+',top='+TopPosition+',left='+LeftPosition+',scrollbars=false,resizable'
	return window.open(xcart_web_dir+'/popup_image.php?type='+type+'&id='+id+'&title='+title+'&area='+current_area,'images','width=640,height=480,toolbar=no,status=no,scrollbars=yes,resizable=yes,menubar=no,location=no,direction=no');
}


