// Amazing Frameless Popup Window - Version I // (C) 2000 www.CodeLifter.com // Free for all users, but leave in this header // set the popup window width and height var windowW=650 // wide var windowH=650 // high // set the screen position where the popup should appear //var windowX = 260 // from left //var windowY = 100 // from top var windowX = (screen.width/2)-(windowW/2); var windowY = (screen.height/2)-(windowH/2); // set the url of the page to show in the popup var urlPop = "http://pascalsc.org/index.php?option=content&task=view&id=53&Itemid=28" // set the title of the page var title = "About PASCAL Delivers" // set this to true if the popup should close // upon leaving the launching page; else, false var autoclose = true // ============================ // do not edit below this line // ============================ s = "width="+windowW+",height="+windowH; var beIE = document.all?true:false function openFrameless(){ if (beIE){ NFW = window.open("","popFrameless","fullscreen,"+s) NFW.blur() window.focus() NFW.resizeTo(windowW,windowH) NFW.moveTo(windowX,windowY) var frameString=""+ ""+ ""+ ""+title+""+ ""+ ""+ ""+ ""+ ""+ "" NFW.document.open(); NFW.document.write(frameString) NFW.document.close() } else { NFW=window.open(urlPop,"popFrameless","scrollbars,"+s) NFW.blur() window.focus() NFW.resizeTo(windowW,windowH) NFW.moveTo(windowX,windowY) } NFW.focus() if (autoclose){ window.onunload = function(){NFW.close()} } }



About PASCAL Delivers For More Information
Welcome to PASCAL Delivers, South Carolina's virtual academic library. PASCAL Delivers enables students and faculty at SC's institutions of higher learning to request books from any academic library in the state, receiving those books at their home institution in just a few business days. PASCAL Delivers is a new project currently being implemented with library users at many institutions in the state.

Copyright © 2005-2006 Partnership Among South Carolina Academic Libraries

Powered by Innovative Interfaces, Inc. 2004

WebPAC PRO © Innovative Interfaces, Inc.