function openSM(){		var ourWindow = window.open("selfportraitr_sm.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=0,location=0,status=0,width=950,height=594');			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();		}		function openMED(){		var ourWindow = window.open("selfportraitr_med.html",'2','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=0,location=0,status=0,width=1200,height=750');			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();		}		function openLRG(){		var ourWindow = window.open("selfportraitr_lrg.html",'3','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=0,location=0,status=0,width=1500,height=938');			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();		}function openXLRG(){		var ourWindow = window.open("selfportraitr_xlrg.html",'4','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=0,location=0,status=0,width=1920,height=1200');			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();		}