// JavaScript Document

function visu3d(rep, vid) {

var site = window.location.href;

frame = "<iframe name='visu3d' width='450' frameborder='0' scrolling='no' height='450' src='http://www.bacata.net/go.php?site="+ site +"&rep="+ rep +"&vid="+ vid +"' > </iframe >";
	document.write (frame);

}
