// JavaScript Written By Marc Castles MCWeb - version 1 // You can change the background color below function popupMedia(url,width,height) { winheight = parseFloat(height) + 30; winwidth = parseFloat(width) + 30; newWin=window.open('', 'popupwin','resizable=0,HEIGHT='+winheight+',WIDTH='+winwidth+', scrollbars=0', true); newWin.document.write('\n'); newWin.document.write('
\n'); newWin.document.write('| \n');
newWin.document.write(' | \n