<head>
<title>Animasyonlu Pop Up 2 Script |
www.yazilimcik.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
</head>

<!-- www.yazilimcik.com -->
<!-- //start
//#########################################
// Author: Ali AKYILDIRIM (Yazilimcik.Com)
// For: public release (Freeware)
// Date: 12/12/2012 |
www.yazilimcik.com
//#########################################
//-->


<head>
<SCRIPT language=JavaScript>
<!-- Begin

//Visit http://www.yazilimcik.com for this script

function expandingWindow(website) {
var windowprops=’width=100,height=100,scrollbars=yes,status=yes,resizable=yes’
var heightspeed = 2; // vertical scrolling speed (higher = slower)
var widthspeed = 7; // horizontal scrolling speed (higher = slower)
var leftdist = 10; // distance to left edge of window
var topdist = 10; // distance to top edge of window

if (window.resizeTo&&navigator.userAgent.indexOf("Opera")==-1) {
var winwidth = window.screen.availWidth - leftdist;
var winheight = window.screen.availHeight - topdist;
var sizer = window.open("","","left=" + leftdist + ",top=" + topdist +","+ windowprops);
for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed)
sizer.resizeTo("1", sizeheight); // Goloz
for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed)
sizer.resizeTo(sizewidth, sizeheight);
sizer.location = website;
}
else
window.open(website,’mywindow’);
}
// End -->
</SCRIPT></head>

<center>

<a href="#" onClick="expandingWindow(’http://www.yazilimcik.com’);return false">Animasyonlu Pop Up | Versiyon I</a><br>
<form>
<input type="button" value="Animasyonlu Pop Up | Versiyon II" onClick="expandingWindow(’http://www.yazilimcik.com/SitenizeEkleyin.htm’)">
</form></center>

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!!
http://www.yazilimcik.com -->

<!-- www.yazilimcik.com -->