function popup(img){
    var w = window.open( "", "", "status = 1, height = 500, width = 700, resizable = 1" );
    w.document.write('<html><title>Towntrade<\/title><body style="margin:0px;"><table cellpadding="0" border="1" cellspacing="0"><tr><td height="500"><center><div style="height:500;width:700;overflow:scroll;"><img src="' + img + '" alt="error" \/><\/div><\/center><\/td><\/tr><\/table><\/body><\/html>');
}