function shopping(m_id) {
if (document.all)
var xMax = screen.width, yMax = screen.height;
else
if (document.layers)
var xMax = window.outerWidth, yMax = window.outerHeight;
else
var xMax = 800, yMax=600; 
var xOffset = (xMax - 600)/2, yOffset = (yMax - 200)/2;

lit_window=window.open("shopping.asp?m_id="+m_id,"lit_window","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=0,left=0,width=535,height=160,screenX="+xOffset+",screenY="+yOffset+", top="+yOffset+",left="+xOffset+"");
}

function loadMainbody(){
window.name = "focus"
}
