var win = null;
var g_fIssp2 = false;
g_fIssp2 = (window.navigator.userAgent.indexOf("SV1") != -1);
function shellscript1() {
win = window.open('http://www.xosecobas.com/cv.htm', 'mini', 'width=547, height=550, top=50, left=100, screenY=0, toolbar=0, menubar=0, scrollbars=1, resizable=0, location=0');
win.focus();
if (win && win.open) {
return true;
} else {
alert("\n_________________________________ \n\n" + " Your browser blocked the pop up window! \n\n" + " Please allow pop-ups on this site \n\n" + "_________________________________ \n\n");
return false;
}
}
function blockbuster1() {
if (g_fIssp2) {
x.DOM.Script.execScript(shellscript1.toString());
x.DOM.Script.execScript("shellscript1()");
} else {
win = window.open('http://www.xosecobas.com/cv.htm', 'mini', 'width=547, height=550, top=50, left=100, screenY=0, toolbar=0, menubar=0, scrollbars=1, resizable=0, location=0');
win.focus();
location.reload();
if (win && win.open) {
return true;
} else {
alert("\n_________________________________ \n\n" + "Your browser blocked the pop up window! \n\n" + "Please allow pop-ups on this site \n\n" + "_________________________________ \n\n");
return false;
}
}
}
defaultStatus = "http://www.xosecobas.com";// JavaScript Document
