var message="";


function clickIE() {
if (document.all)
{(message);return false;}
}

function clickNS(e) {
if (document.layers||(document.getElementById&&!document.all)) 
{if (e.which==2||e.which==3) {(message);return false;}}
}

function nrc() {	
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
}



// Music Code Start
function music() {  
document.write('<OBJECT ID="MediaPlayer" WIDTH=72 HEIGHT=24 CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">')
document.write(' <PARAM name="autoStart" value="True">')
document.write(' <PARAM name="loop" value="True">')
document.write(' <PARAM name="filename" value= "' + SONG + '">')
document.write(' <EMBED TYPE="application/x-mplayer2" SRC= "../mus/' + SONG + '" NAME="MediaPlayer" WIDTH=72 HEIGHT=24>')
document.write(' </EMBED></OBJECT>')
}
// Music Code End

// Pop window code for paintings start
//
// REFERENCE NAME = new Array(WIDTH, HEIGHT, 'src="LINK TO PIC">' )
//
oaa_angelsguide = new Array(268 , 412 ,'SRC="mypaintings_angelsguide.jpg">' )
oaa_bliss = new Array(400 , 328 ,'SRC="mypaintings_bliss.jpg">' )
oaa_celeste = new Array(300 , 400 ,'SRC="mypaintings_celeste.jpg">' )
oaa_seasons = new Array(405 , 520 ,'SRC="mypaintings_seasons.jpg">' )
p_blueboy = new Array(360 , 287 ,'SRC="mypaintings_blueboy.jpg">' )
p_left_lady = new Array(203 , 288 ,'SRC="mypaintings_leftlady.gif">' )
p_morning_chores = new Array(293 , 400 ,'SRC="mypaintings_morningchores.jpg">' )
p_nona = new Array(317 , 400 ,'SRC="mypaintings_nona.jpg">' )
p_right_man = new Array(199 , 288 ,'SRC="mypaintings_rightman.gif">' )
p_portrait2 = new Array(600 , 495 ,'SRC="mypaintings_portrait2.jpg">' )
r_frazetta1 = new Array(174 , 266 ,'SRC="mypaintings_frazetta1.jpg">' )
r_frazetta2 = new Array(157 , 208 ,'SRC="mypaintings_frazetta2.jpg">' )
r_mom_child = new Array(163 , 232 ,'SRC="mypaintings_momchild.jpg">' )
r_porcelaine_peony = new Array(170 , 209 ,'SRC="mypaintings_porcelainepeony.jpg">' )
r_priestess = new Array(100 , 232 ,'SRC="mypaintings_priestess.jpg">' )
r_winter = new Array(238 , 174 ,'SRC="mypaintings_winter.jpg">' )
flowers_charlevoix = new Array(400 , 296 ,'SRC="mypaintings_flowerscharlevoix.jpg">' )
fruit_lady = new Array(303 , 400 ,'SRC="mypaintings_fruitlady.jpg">' )
fusain01 = new Array(400 , 369 ,'SRC="mypaintings_fusain01.jpg">' )
moon_sea = new Array(400 , 200 ,'SRC="mypaintings_moonsea.jpg">' )
picking_flower_in_tree = new Array(400 , 294 ,'SRC="mypaintings_flowerintree.jpg">' )
saltimbanco = new Array(298 , 400 ,'SRC="mypaintings_saltimbanco.jpg">' )
flowers = new Array(293 , 400 ,'SRC="mypaintings_flowers.jpg">' )
fusain02 = new Array(400 , 370 ,'SRC="mypaintings_fusain02.jpg">' )
fusain03 = new Array(400 , 371 ,'SRC="mypaintings_fusain03.jpg">' )
lily = new Array(640 , 429 ,'SRC="mypaintings_lily.jpg">' )
parc = new Array(640 , 502 ,'SRC="mypaintings_parc.jpg">' )
girl_at_window = new Array(310 , 400 ,'SRC="mypaintings_girlatwindow.jpg">' )
girl_on_chair = new Array(312 , 400 ,'SRC="mypaintings_girlonchair.jpg">' )
icq = new Array(213 , 308 ,'SRC="mypaintings_icq.jpg">' )
pots_window = new Array(400 , 198 ,'SRC="mypaintings_potswindow.jpg">' )

//
//
function launchRemote(a) {
var H = String(a[1])
var W = String (a[0])
var DIME = "Height=" + H + ",Width=" +W
var DIME = DIME + 'screenX=20,left=20,screenY=20,top=20,channelmode=0,dependent=1,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0'

var win = window.open( "", "win", DIME);

with (win.document) {
open("text/html", "replace");

write("<HTML><HEAD><TITLE>Full size</TITLE></HEAD>") ;
write('<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">') ;
write("<p align='center'>");
write("<IMG WIDTH=" + a[0] + " HEIGHT=" + a[1] +" " + a[2] +"align='middle'" +"<BR>") ;
write("</P>");
write("</BODY></HTML>");
 
close();
}
}
//
// Pop window code for paintings end

function pop() {
  self.name = "opener";
  remote = open("", "remote", "resizable,scrollbars,status,toolbar,width=600,height=400,left=0,top=0");
}

