/************************/
/* THE INTERPUS NETWORK */
/************************/
//
function iiplay(gib,gid,gpin,extid,wtv) {
var gpath = 'http://www.interpus.net/scr_host5/games/';
roar=window.open('', 'game', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,top=100,left=100,width=532,height=400');
roar.document.write('<html><head><title>' + wtv + '</title></head><body bgcolor="black" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
roar.document.write('<embed src="' + gpath + gid + '-' + gpin + extid + '" pluginspage="http://www.macromedia.com/shockwave/download/" width="532" height="400">');
roar.document.write('</body></html>');
// window.open(roar);
}
//
