﻿function showPage()

var s_width ='';
var s_height ='';

s_width=screen.width
s_height=screen.height

if (s_width == "800" )
{
    var s = window.open('indexSmall.htm');
}
if (s_width == "1024")
{
    var s = window.open('index.htm')
}