<!--// Creates pop up window
///////////////////JavaScript/////////////////////
// POP-UP 1.0
// (c) 2001 Michael L Hill Sr
/////////////////////////////////////////////////
leftPos = 0

if (screen) {
leftPos = screen.width-234
}

winWindow = window.open('http://www.mikesart.net/js-bin/tools/improvements.html', 'winWin', 'width=224,height=323,left='+leftPos+',top=0')

//--->
